home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / pxfsigaddset.z / pxfsigaddset
Encoding:
Text File  |  1998-10-30  |  3.0 KB  |  64 lines

  1. PXFSIGADDSET(3F)                                      Last changed: 2-26-98
  2.  
  3.  
  4. NNAAMMEE
  5.      PPXXFFSSIIGGAADDDDSSEETT - Adds an individual signal to the specified signal set
  6.  
  7. SSYYNNOOPPSSIISS
  8.      SSUUBBRROOUUTTIINNEE PPXXFFSSIIGGAADDDDSSEETT ((_j_s_i_g_s_e_t,, _i_s_i_g_n_o,, _i_e_r_r_o_r))
  9.      IINNTTEEGGEERR _j_s_i_g_s_e_t,, _i_s_i_g_n_o,, _i_e_r_r_o_r
  10.  
  11. IIMMPPLLEEMMEENNTTAATTIIOONN
  12.      UNICOS, UNICOS/mk, and IRIX systems
  13.  
  14. SSTTAANNDDAARRDDSS
  15.      IEEE standard interface for FORTRAN 77
  16.  
  17. DDEESSCCRRIIPPTTIIOONN::
  18.      The PPXXFFSSIIGGAADDDDSSEETT subroutine uses ssiiggaaddddsseett(3C) to add an individual
  19.      signal, _i_s_i_g_n_o, to the specified signal set, _j_s_i_g_s_e_t.
  20.  
  21.      The following is a list of valid arguments for this routine:
  22.  
  23.      _j_s_i_g_s_e_t   A default integer input variable containing a handle created
  24.                by PPXXFFSSTTRRUUCCTTCCRREEAATTEE((_s_i_g_s_e_t,,......)).
  25.  
  26.      _i_s_i_g_n_o    A default integer input variable containing a signal to be
  27.                added in the _j_s_i_g_s_e_t signal set.
  28.  
  29.      _i_e_r_r_n_o    A default integer output variable that contains zero if
  30.                PPXXFFSSIIGGAADDDDSSEETT was successful and nonzero if PPXXFFSSIIGGAADDDDSSEETT was
  31.                not successful.
  32.  
  33.      This subroutine may return any of the following error values:
  34.  
  35.      EEFFAAUULLTT         The _j_s_i_g_s_e_t argument points outside the allocated
  36.                     space.
  37.  
  38.      EEIINNVVAALL         The value of _i_s_i_g_n_o is an invalid or unsupported signal
  39.                     number.
  40.  
  41.      EEBBAADDHHAANNDDLLEE     The _j_s_i_g_s_e_t argument is invalid.
  42.  
  43.      On IRIX systems, this routine is in lliibbffoorrttrraann..ssoo which is linked by
  44.      default when compiling programs with the MIPSpro 7 Fortran 90 compiler
  45.      or when compiling programs with the --ccrraayylliibbss option to the MIPSpro
  46.      7.2 F77 compiler.
  47.  
  48.      When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
  49.      UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
  50.      kind unless documented otherwise. On UNICOS and UNICOS/mk, default
  51.      kind is KKIINNDD==88 for integer, real, complex, and logical arguments; on
  52.      IRIX systems, the default kind is KKIINNDD==44.
  53.  
  54. NNOOTTEESS
  55.      Replace any Fortran reference to ssiiggaaddddsseett(()) with a subroutine call to
  56.      PPXXFFSSIIGGAADDDDSSEETT.
  57.  
  58. SSEEEE AALLSSOO
  59.      ssiiggaaddddsseett(3C)
  60.      PPXXFFSSTTRRUUCCTTCCRREEAATTEE(3F)
  61.  
  62.      _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication
  63.      SR-2165, for the printed version of this man page.
  64.